home *** CD-ROM | disk | FTP | other *** search
/ Kids' Bible Fun Pack / Kids' CD-ROM Bible Fun Pack (1997)(Education Publishing Concepts)[Mac-PC].iso / mac / GAMES / MAZE / SHARED.CST / 00001_Script_1 next >
Text File  |  1996-08-27  |  458b  |  15 lines

  1. on exitFrame
  2.   repeat with x = 1 to 48
  3.     set the puppet of sprite x to false
  4.   end repeat
  5.   set the puppet of sprite 38 to false
  6.   set the puppet of sprite 39 to false
  7.   set the puppet of sprite 40 to false
  8.   set the puppet of sprite 41 to false
  9.   set the puppet of sprite 42 to false
  10.   set the puppet of sprite 43 to false
  11.   set the puppet of sprite 44 to false
  12.   set the puppet of sprite 45 to false
  13.   puppetSound "close1"
  14.   updateStage
  15. end